Package pl.wendigo.chrome.api.tethering

Contains DevTools Protocol Tethering domain implementation accessible via TetheringDomain class.

Types

AcceptedEvent
Link copied to clipboard
data class AcceptedEvent(port: Int, connectionId: String) : Event
Informs that port was successfully bound and got a specified connection id.
BindRequest
Link copied to clipboard
data class BindRequest(port: Int)
Represents request frame that can be used with Tethering#bind operation call.
TetheringDomain
Link copied to clipboard
class TetheringDomain : Domain
The Tethering domain defines methods and events for browser port binding.
UnbindRequest
Link copied to clipboard
data class UnbindRequest(port: Int)
Represents request frame that can be used with Tethering#unbind operation call.